home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / cmagi83f.zip / UPGRADE.BAT < prev    next >
DOS Batch File  |  1992-04-27  |  868b  |  36 lines

  1. echo off
  2. cls
  3. echo\
  4. echo\
  5. if not exist cmproto.exe goto abort
  6. if not exist cmhelp.exe goto abort
  7. if not exist misc.exe goto abort
  8. echo   Extracting ChessMAGIC! system support files.
  9. echo\
  10. echo   Please allow overwriting of all files.  Answer Y when asked.
  11. echo\
  12. echo   If you've customized CMPROTO.DAT, you may answer N, but check
  13. echo   the documentation for possible format changes.
  14. echo\
  15. cmproto.exe
  16. if not errorlevel 1 del cmproto.exe
  17. cmhelp.exe
  18. if not errorlevel 1 del cmhelp.exe
  19. misc.exe
  20. if not errorlevel 1 del misc.exe
  21. echo\
  22. echo   Extraction complete.
  23. echo\
  24. echo   Make sure you've run INSTALL, then CMSED, then LOCAL.
  25. echo\
  26. quit
  27. :abort
  28. echo\
  29. echo\
  30. echo   The following files MUST be in the ChessMAGIC! system directory:
  31. echo\
  32. echo   CMPROTO.EXE   CMHELP.EXE   MISC.EXE
  33. echo\
  34. echo   Find them, then rerun UPGRADE.bat
  35. echo\
  36.